home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00088.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  245 b   |  13 lines

  1. on mouseDown
  2.   lightFlash()
  3. end
  4.  
  5. on mouseUp
  6.   global gPlayBoolean, gCurrentSoundFile, spriteClicked
  7.   if rollOver(spriteClicked) and (gPlayBoolean = 0) then
  8.     set gPlayBoolean to 1
  9.     mySound(gCurrentSoundFile)
  10.     go(the frame)
  11.   end if
  12. end
  13.